OpenRoads Designer CONNECT Edition SDK Help

PointsNearEqual Method

determine of 2 points are equal within a tolerance

Definition

Namespace: Bentley.CifNET.LinearGeometry Assembly: Bentley.CifNET.LinearGeometry.4.0 (in Bentley.CifNET.LinearGeometry.4.0.dll) Version: 1.0.0.0 (99.99.99.99)

C#

public static boolPointsNearEqual( DPoint3d point1, DPoint3d point2)

Parameters

SettingDescription
  DPoint3d
  DPoint3d

Return Value

See Also